/* desktop */
@import url("desktop.css") only screen and (min-width:760px);
/* tablet */
@import url("tablet.css") only screen and (min-width:321px) and (max-width:770px);
/* mobile */
@import url("mobile.css") only screen and (max-width:320px);
images {
	width: 60%;
}
